type runtime.synctestDeadlockError

4 uses

	runtime (current package)
		panic.go#L1321: 		if de, ok := msgs.arg.(synctestDeadlockError); ok {
		synctest.go#L251: 		panic(synctestDeadlockError{reason: reason, bubble: bubble})
		synctest.go#L260: type synctestDeadlockError struct {
		synctest.go#L265: func (e synctestDeadlockError) Error() string {